home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib6 / v_08_11 / 8n11115a < prev    next >
Text File  |  1995-11-01  |  260b  |  12 lines

  1. Listing 1.
  2.  
  3. char *daa (size, no_dim, dimensions, start, 
  4.              err_code, free_ptr, init_ptr)
  5.     unsigned size;
  6.     unsigned no_dim;
  7.     unsigned dimensions[];
  8.     int start[];
  9.     unsigned *err_code;
  10.     char **free_ptr;
  11.     char *init_ptr;
  12.